home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-ep93xx / include / mach / io.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  152 b   |  9 lines

  1. /*
  2.  * arch/arm/mach-ep93xx/include/mach/io.h
  3.  */
  4.  
  5. #define IO_SPACE_LIMIT        0xffffffff
  6.  
  7. #define __io(p)            ((void __iomem *)(p))
  8. #define __mem_pci(p)        (p)
  9.